home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / MUZIK / MP3COMPR / MP3COMPR.EXE / _SETUP.1 / MP3Comp.exe / 0 / RCDATA / TCLFORM / TCLFORM.txt
Encoding:
Text File  |  1997-07-18  |  1.8 KB  |  102 lines

  1. object CLForm: TCLForm
  2.   Left = 314
  3.   Top = 237
  4.   HelpContext = 10
  5.   BorderIcons = []
  6.   BorderStyle = bsToolWindow
  7.   Caption = 'MP3 Compressor'
  8.   ClientHeight = 146
  9.   ClientWidth = 200
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 24
  20.     Width = 53
  21.     Height = 13
  22.     Caption = '/Freq=0...8'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 40
  27.     Width = 31
  28.     Height = 13
  29.     Caption = '/mono'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 8
  33.     Top = 56
  34.     Width = 47
  35.     Height = 13
  36.     Caption = '/NoQuick'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 8
  40.     Top = 72
  41.     Width = 59
  42.     Height = 13
  43.     Caption = '/OutputMP3'
  44.   end
  45.   object Label5: TLabel
  46.     Left = 8
  47.     Top = 88
  48.     Width = 59
  49.     Height = 13
  50.     Caption = '/OutputBoth'
  51.   end
  52.   object Label6: TLabel
  53.     Left = 104
  54.     Top = 24
  55.     Width = 36
  56.     Height = 13
  57.     Caption = '/Delete'
  58.   end
  59.   object Label7: TLabel
  60.     Left = 104
  61.     Top = 40
  62.     Width = 63
  63.     Height = 13
  64.     Caption = '/Priority=2...8'
  65.   end
  66.   object Label9: TLabel
  67.     Left = 24
  68.     Top = 0
  69.     Width = 161
  70.     Height = 20
  71.     Caption = 'Command line options:'
  72.     Font.Color = clBlack
  73.     Font.Height = -16
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = [fsUnderline]
  76.     ParentFont = False
  77.   end
  78.   object Label10: TLabel
  79.     Left = 104
  80.     Top = 56
  81.     Width = 80
  82.     Height = 13
  83.     Caption = '/Dest=dest_path'
  84.   end
  85.   object Label11: TLabel
  86.     Left = 104
  87.     Top = 72
  88.     Width = 57
  89.     Height = 13
  90.     Caption = '/noMinimize'
  91.   end
  92.   object Button1: TButton
  93.     Left = 80
  94.     Top = 112
  95.     Width = 41
  96.     Height = 25
  97.     Caption = 'OK'
  98.     TabOrder = 0
  99.     OnClick = Button1Click
  100.   end
  101. end
  102.